home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 April: Penguin on DISC / ADC Developer CD (1993-04) (''Penguin On DISC'')_iso / Dev.CD Apr 93.iso / Utilities / MPW Interfaces 7.1 Beta / PInterfaces / OSEvents.p < prev    next >
Encoding:
Text File  |  1992-08-28  |  743 b   |  44 lines  |  [TEXT/MPS ]

  1.  
  2. {
  3. Created: Saturday, July 27, 1991 at 10:14 PM
  4.  OSEvents.p
  5.  Pascal Interface to the Macintosh Libraries
  6.  
  7.   Copyright Apple Computer, Inc. 1985-1992
  8.   All rights reserved
  9.  
  10. *** Warning: This is an alpha version of the Interfaces for Cube-E. 
  11. ***          Things may change.  Caveat Programmer.
  12.  
  13.  
  14. }
  15.  
  16.  
  17. {$IFC UNDEFINED UsingIncludes}
  18. {$SETC UsingIncludes := 0}
  19. {$ENDC}
  20.  
  21. {$IFC NOT UsingIncludes}
  22.  UNIT OSEvents;
  23.  INTERFACE
  24. {$ENDC}
  25.  
  26. {$IFC UNDEFINED UsingOSEvents}
  27. {$SETC UsingOSEvents := 1}
  28.  
  29. {$I+}
  30. {$SETC OSEventsIncludes := UsingIncludes}
  31. {$SETC UsingIncludes := 1}
  32. {$IFC UNDEFINED UsingEvents}
  33. {$I $$Shell(PInterfaces)Events.p}
  34. {$ENDC}
  35. {$SETC UsingIncludes := OSEventsIncludes}
  36.  
  37.  
  38. {$ENDC} { UsingOSEvents }
  39.  
  40. {$IFC NOT UsingIncludes}
  41.  END.
  42. {$ENDC}
  43.  
  44.